Auto merge of #4065 - michaelwoerister:smarter-cargo-incremental, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 17 May 2017 13:54:21 +0000 (13:54 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 May 2017 13:54:21 +0000 (13:54 +0000)
commit2233f515b1e8281841ceaed802f74fe2f9e54701
tree1a6610bae37013b6f601a0d8270a71f7756d4c1d
parent2b32084293d8da63b48de56363a0f2e986ec3367
parent9e824c3439a2ae410b16d894b210ae9a07fd447f
Auto merge of #4065 - michaelwoerister:smarter-cargo-incremental, r=alexcrichton

Only compile user-modifiable projects incrementally.

Fixes #3972. Thanks for pointing me to the correct implementation, Alex!

r? @alexcrichton